バージョン

GetShapeGeometry(Int32,List<PointCollection>,Boolean) メソッド

指定したパラメーターのために図形のパス ジオメトリを取得します。
シンタックス
'宣言
 
Protected Friend Overloads Function GetShapeGeometry( _
   ByVal i As Integer, _
   ByVal points As List(Of PointCollection), _
   ByVal fill As Boolean _
) As PathGeometry
protected internal PathGeometry GetShapeGeometry( 
   int i,
   List<PointCollection> points,
   bool fill
)

パラメータ

i
図形のインデックス
points
図形を含むポイント。
fill
領域のない図形をスキップする条件。
参照